-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datadog scaler multi query #1
Conversation
Signed-off-by: Darren Gibbard <dgibbard@cisco.com>
Signed-off-by: Darren Gibbard <dgibbard@cisco.com>
Signed-off-by: Darren Gibbard <dgibbard@cisco.com>
Signed-off-by: Darren Gibbard <dgibbard@cisco.com>
Signed-off-by: dgibbard-cisco <57677847+dgibbard-cisco@users.noreply.github.com>
Signed-off-by: dgibbard-cisco <57677847+dgibbard-cisco@users.noreply.github.com>
Have been testing this locally, added debug all over the place to track the values and it works; ie. the values are retrieved from Datadog, and aggregated as desired... but the HPA reports:
the
Events only shows:
No errors... |
Ah found it:
Probably helps when i'm using the correct image for testing the keda metrics server too 🤦 |
Add support for Datadog Metric API responses which container more than one
Series
(ie. when submitting multiple queries, comma-seperated), and allow for aggregation of results.This allows for scaling on multiple datadog queries to be combined into a single API query, reducing Rate Limiting errors.
Checklist
Fixes #
Relates to #